[INFO] fetching crate byten 0.0.13...
[INFO] fixing byten-0.0.13 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate byten 0.0.13 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate byten 0.0.13
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate byten 0.0.13
[INFO] tweaked toml for crates.io crate byten 0.0.13 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate byten 0.0.13 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate byten 0.0.13 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded byten_derive v0.0.12
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 41e7b7da3e8577d76e8cfed7c76acadcc0fd9ea9803b3aa4122f983335c348ee
[INFO] running `Command { std: "docker" "start" "41e7b7da3e8577d76e8cfed7c76acadcc0fd9ea9803b3aa4122f983335c348ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "41e7b7da3e8577d76e8cfed7c76acadcc0fd9ea9803b3aa4122f983335c348ee" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "41e7b7da3e8577d76e8cfed7c76acadcc0fd9ea9803b3aa4122f983335c348ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "41e7b7da3e8577d76e8cfed7c76acadcc0fd9ea9803b3aa4122f983335c348ee" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling heapless v0.9.1
[INFO] [stderr]     Checking hash32 v0.3.1
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling byten_derive v0.0.12
[INFO] [stderr]     Checking byten v0.0.13 (/opt/rustwide/workdir)
[INFO] [stdout] error: expected `<`
[INFO] [stdout]   --> examples/nostd.rs:10:26
[INFO] [stdout]    |
[INFO] [stdout] 10 |     #[byten(Entry box for[u16 $be])]
[INFO] [stdout]    |                          ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `<`
[INFO] [stdout]   --> examples/nostd.rs:18:19
[INFO] [stdout]    |
[INFO] [stdout] 18 |     #[byten(u8 for[u16 $be])]
[INFO] [stdout]    |                   ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected end of input, expected one of: `for`, parentheses, `fn`, `unsafe`, `extern`, identifier, `::`, `<`, `dyn`, square brackets, `*`, `&`, `!`, `impl`, `_`, lifetime
[INFO] [stdout]  --> examples/array.rs:5:26
[INFO] [stdout]   |
[INFO] [stdout] 5 |     #[byten(u16 $uvarbe [])]
[INFO] [stdout]   |                          ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_to_vec` found for struct `Foo` in the current scope
[INFO] [stdout]   --> examples/array.rs:14:25
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub struct Foo {
[INFO] [stdout]    | -------------- method `encode_to_vec` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 14 |     let encoded = value.encode_to_vec().unwrap();
[INFO] [stdout]    |                         ^^^^^^^^^^^^^ method not found in `Foo`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `encode_to_vec`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `EncodeToVec`
[INFO] [stdout]            candidate #2: `EncoderToVec`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `decode` found for struct `Foo` in the current scope
[INFO] [stdout]   --> examples/array.rs:18:24
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub struct Foo {
[INFO] [stdout]    | -------------- associated function or constant `decode` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 18 |     let decoded = Foo::decode(&encoded, &mut offset).unwrap();
[INFO] [stdout]    |                        ^^^^^^ associated function or constant not found in `Foo`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `decode`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Decode`
[INFO] [stdout]            candidate #2: `DecodeDefault`
[INFO] [stdout]            candidate #3: `Decoder`
[INFO] [stdout]            candidate #4: `EndianCoded`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `byten` (example "array") due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: expected `<`
[INFO] [stdout]  --> examples/archive.rs:9:26
[INFO] [stdout]   |
[INFO] [stdout] 9 |     #[byten(Entry box for[u16 $be])]
[INFO] [stdout]   |                          ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of: `for`, parentheses, `fn`, `unsafe`, `extern`, identifier, `::`, `<`, `dyn`, square brackets, `*`, `&`, `!`, `impl`, `_`, lifetime
[INFO] [stdout]   --> examples/archive.rs:19:21
[INFO] [stdout]    |
[INFO] [stdout] 19 |     #[byten(u32 $be ?)]
[INFO] [stdout]    |                     ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `CStr`
[INFO] [stdout]  --> examples/archive.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::ffi::{CStr, CString};
[INFO] [stdout]   |                ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SelfCoded<File>: Encoder` is not satisfied
[INFO] [stdout]    --> examples/archive.rs:23:31
[INFO] [stdout]     |
[INFO] [stdout]  23 | #[derive(Debug, DefaultCodec, Encode, Measure, DecodeOwned)]
[INFO] [stdout]     |                               ^^^^^^ the trait `Encoder` is not implemented for `SelfCoded<File>`
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `Encoder` is implemented for `SelfCoded<T>`
[INFO] [stdout]    --> src/selfcoded.rs:293:1
[INFO] [stdout]     |
[INFO] [stdout] 293 | / impl<T> Encoder for SelfCoded<T>
[INFO] [stdout] 294 | | where
[INFO] [stdout] 295 | |     T: Encode,
[INFO] [stdout]     | |______________^
[INFO] [stdout]     = note: this error originates in the derive macro `Encode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SelfCoded<Directory>: Encoder` is not satisfied
[INFO] [stdout]    --> examples/archive.rs:23:31
[INFO] [stdout]     |
[INFO] [stdout]  23 | #[derive(Debug, DefaultCodec, Encode, Measure, DecodeOwned)]
[INFO] [stdout]     |                               ^^^^^^ the trait `Encoder` is not implemented for `SelfCoded<Directory>`
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `Encoder` is implemented for `SelfCoded<T>`
[INFO] [stdout]    --> src/selfcoded.rs:293:1
[INFO] [stdout]     |
[INFO] [stdout] 293 | / impl<T> Encoder for SelfCoded<T>
[INFO] [stdout] 294 | | where
[INFO] [stdout] 295 | |     T: Encode,
[INFO] [stdout]     | |______________^
[INFO] [stdout]     = note: this error originates in the derive macro `Encode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SelfCoded<File>: Measurer` is not satisfied
[INFO] [stdout]    --> examples/archive.rs:23:39
[INFO] [stdout]     |
[INFO] [stdout]  23 | #[derive(Debug, DefaultCodec, Encode, Measure, DecodeOwned)]
[INFO] [stdout]     |                                       ^^^^^^^ the trait `Measurer` is not implemented for `SelfCoded<File>`
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `Measurer` is implemented for `SelfCoded<T>`
[INFO] [stdout]    --> src/selfcoded.rs:308:1
[INFO] [stdout]     |
[INFO] [stdout] 308 | / impl<T> Measurer for SelfCoded<T>
[INFO] [stdout] 309 | | where
[INFO] [stdout] 310 | |     T: Measure,
[INFO] [stdout]     | |_______________^
[INFO] [stdout]     = note: this error originates in the derive macro `Measure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SelfCoded<Directory>: Measurer` is not satisfied
[INFO] [stdout]    --> examples/archive.rs:23:39
[INFO] [stdout]     |
[INFO] [stdout]  23 | #[derive(Debug, DefaultCodec, Encode, Measure, DecodeOwned)]
[INFO] [stdout]     |                                       ^^^^^^^ the trait `Measurer` is not implemented for `SelfCoded<Directory>`
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `Measurer` is implemented for `SelfCoded<T>`
[INFO] [stdout]    --> src/selfcoded.rs:308:1
[INFO] [stdout]     |
[INFO] [stdout] 308 | / impl<T> Measurer for SelfCoded<T>
[INFO] [stdout] 309 | | where
[INFO] [stdout] 310 | |     T: Measure,
[INFO] [stdout]     | |_______________^
[INFO] [stdout]     = note: this error originates in the derive macro `Measure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SelfCoded<File>: Decoder<'_, '_>` is not satisfied
[INFO] [stdout]    --> examples/archive.rs:23:48
[INFO] [stdout]     |
[INFO] [stdout]  23 | #[derive(Debug, DefaultCodec, Encode, Measure, DecodeOwned)]
[INFO] [stdout]     |                                                ^^^^^^^^^^^ the trait `Decoder<'_, '_>` is not implemented for `SelfCoded<File>`
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `Decoder<'_, '_>` is implemented for `SelfCoded<T>`
[INFO] [stdout]    --> src/selfcoded.rs:279:1
[INFO] [stdout]     |
[INFO] [stdout] 279 | / impl<'encoded, 'decoded, T> Decoder<'encoded, 'decoded> for SelfCoded<T>
[INFO] [stdout] 280 | | where
[INFO] [stdout] 281 | |     T: Decode<'encoded> + 'decoded,
[INFO] [stdout]     | |___________________________________^
[INFO] [stdout]     = note: this error originates in the derive macro `DecodeOwned` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SelfCoded<Directory>: Decoder<'_, '_>` is not satisfied
[INFO] [stdout]    --> examples/archive.rs:23:48
[INFO] [stdout]     |
[INFO] [stdout]  23 | #[derive(Debug, DefaultCodec, Encode, Measure, DecodeOwned)]
[INFO] [stdout]     |                                                ^^^^^^^^^^^ the trait `Decoder<'_, '_>` is not implemented for `SelfCoded<Directory>`
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `Decoder<'_, '_>` is implemented for `SelfCoded<T>`
[INFO] [stdout]    --> src/selfcoded.rs:279:1
[INFO] [stdout]     |
[INFO] [stdout] 279 | / impl<'encoded, 'decoded, T> Decoder<'encoded, 'decoded> for SelfCoded<T>
[INFO] [stdout] 280 | | where
[INFO] [stdout] 281 | |     T: Decode<'encoded> + 'decoded,
[INFO] [stdout]     | |___________________________________^
[INFO] [stdout]     = note: this error originates in the derive macro `DecodeOwned` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_to_vec` found for struct `Directory` in the current scope
[INFO] [stdout]   --> examples/archive.rs:50:23
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub struct Directory {
[INFO] [stdout]    | -------------------- method `encode_to_vec` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 50 |     let encoded = dir.encode_to_vec().unwrap();
[INFO] [stdout]    |                       ^^^^^^^^^^^^^ method not found in `Directory`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `encode_to_vec`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `EncodeToVec`
[INFO] [stdout]            candidate #2: `EncoderToVec`
[INFO] [stdout] help: one of the expressions' fields has a method of the same name
[INFO] [stdout]    |
[INFO] [stdout] 50 |     let encoded = dir.name.encode_to_vec().unwrap();
[INFO] [stdout]    |                       +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `decode` found for struct `Directory` in the current scope
[INFO] [stdout]   --> examples/archive.rs:54:34
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub struct Directory {
[INFO] [stdout]    | -------------------- associated function or constant `decode` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 54 |     let decoded_dir = Directory::decode(&encoded, &mut offset).unwrap();
[INFO] [stdout]    |                                  ^^^^^^ associated function or constant not found in `Directory`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `decode`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Decode`
[INFO] [stdout]            candidate #2: `DecodeDefault`
[INFO] [stdout]            candidate #3: `Decoder`
[INFO] [stdout]            candidate #4: `EndianCoded`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `byten` (example "archive") due to 10 previous errors; 1 warning emitted
[INFO] [stdout] error[E0277]: the trait bound `SelfCoded<File>: Encoder` is not satisfied
[INFO] [stdout]    --> examples/nostd.rs:25:31
[INFO] [stdout]     |
[INFO] [stdout]  25 | #[derive(Debug, DefaultCodec, Encode, Measure, DecodeOwned, PartialEq, Eq)]
[INFO] [stdout]     |                               ^^^^^^ the trait `Encoder` is not implemented for `SelfCoded<File>`
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `Encoder` is implemented for `SelfCoded<T>`
[INFO] [stdout]    --> src/selfcoded.rs:293:1
[INFO] [stdout]     |
[INFO] [stdout] 293 | / impl<T> Encoder for SelfCoded<T>
[INFO] [stdout] 294 | | where
[INFO] [stdout] 295 | |     T: Encode,
[INFO] [stdout]     | |______________^
[INFO] [stdout]     = note: this error originates in the derive macro `Encode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SelfCoded<Directory>: Encoder` is not satisfied
[INFO] [stdout]    --> examples/nostd.rs:25:31
[INFO] [stdout]     |
[INFO] [stdout]  25 | #[derive(Debug, DefaultCodec, Encode, Measure, DecodeOwned, PartialEq, Eq)]
[INFO] [stdout]     |                               ^^^^^^ the trait `Encoder` is not implemented for `SelfCoded<Directory>`
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `Encoder` is implemented for `SelfCoded<T>`
[INFO] [stdout]    --> src/selfcoded.rs:293:1
[INFO] [stdout]     |
[INFO] [stdout] 293 | / impl<T> Encoder for SelfCoded<T>
[INFO] [stdout] 294 | | where
[INFO] [stdout] 295 | |     T: Encode,
[INFO] [stdout]     | |______________^
[INFO] [stdout]     = note: this error originates in the derive macro `Encode` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SelfCoded<File>: Measurer` is not satisfied
[INFO] [stdout]    --> examples/nostd.rs:25:39
[INFO] [stdout]     |
[INFO] [stdout]  25 | #[derive(Debug, DefaultCodec, Encode, Measure, DecodeOwned, PartialEq, Eq)]
[INFO] [stdout]     |                                       ^^^^^^^ the trait `Measurer` is not implemented for `SelfCoded<File>`
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `Measurer` is implemented for `SelfCoded<T>`
[INFO] [stdout]    --> src/selfcoded.rs:308:1
[INFO] [stdout]     |
[INFO] [stdout] 308 | / impl<T> Measurer for SelfCoded<T>
[INFO] [stdout] 309 | | where
[INFO] [stdout] 310 | |     T: Measure,
[INFO] [stdout]     | |_______________^
[INFO] [stdout]     = note: this error originates in the derive macro `Measure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SelfCoded<Directory>: Measurer` is not satisfied
[INFO] [stdout]    --> examples/nostd.rs:25:39
[INFO] [stdout]     |
[INFO] [stdout]  25 | #[derive(Debug, DefaultCodec, Encode, Measure, DecodeOwned, PartialEq, Eq)]
[INFO] [stdout]     |                                       ^^^^^^^ the trait `Measurer` is not implemented for `SelfCoded<Directory>`
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `Measurer` is implemented for `SelfCoded<T>`
[INFO] [stdout]    --> src/selfcoded.rs:308:1
[INFO] [stdout]     |
[INFO] [stdout] 308 | / impl<T> Measurer for SelfCoded<T>
[INFO] [stdout] 309 | | where
[INFO] [stdout] 310 | |     T: Measure,
[INFO] [stdout]     | |_______________^
[INFO] [stdout]     = note: this error originates in the derive macro `Measure` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SelfCoded<File>: Decoder<'_, '_>` is not satisfied
[INFO] [stdout]    --> examples/nostd.rs:25:48
[INFO] [stdout]     |
[INFO] [stdout]  25 | #[derive(Debug, DefaultCodec, Encode, Measure, DecodeOwned, PartialEq, Eq)]
[INFO] [stdout]     |                                                ^^^^^^^^^^^ the trait `Decoder<'_, '_>` is not implemented for `SelfCoded<File>`
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `Decoder<'_, '_>` is implemented for `SelfCoded<T>`
[INFO] [stdout]    --> src/selfcoded.rs:279:1
[INFO] [stdout]     |
[INFO] [stdout] 279 | / impl<'encoded, 'decoded, T> Decoder<'encoded, 'decoded> for SelfCoded<T>
[INFO] [stdout] 280 | | where
[INFO] [stdout] 281 | |     T: Decode<'encoded> + 'decoded,
[INFO] [stdout]     | |___________________________________^
[INFO] [stdout]     = note: this error originates in the derive macro `DecodeOwned` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SelfCoded<Directory>: Decoder<'_, '_>` is not satisfied
[INFO] [stdout]    --> examples/nostd.rs:25:48
[INFO] [stdout]     |
[INFO] [stdout]  25 | #[derive(Debug, DefaultCodec, Encode, Measure, DecodeOwned, PartialEq, Eq)]
[INFO] [stdout]     |                                                ^^^^^^^^^^^ the trait `Decoder<'_, '_>` is not implemented for `SelfCoded<Directory>`
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `Decoder<'_, '_>` is implemented for `SelfCoded<T>`
[INFO] [stdout]    --> src/selfcoded.rs:279:1
[INFO] [stdout]     |
[INFO] [stdout] 279 | / impl<'encoded, 'decoded, T> Decoder<'encoded, 'decoded> for SelfCoded<T>
[INFO] [stdout] 280 | | where
[INFO] [stdout] 281 | |     T: Decode<'encoded> + 'decoded,
[INFO] [stdout]     | |___________________________________^
[INFO] [stdout]     = note: this error originates in the derive macro `DecodeOwned` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_to_vec` found for struct `Directory` in the current scope
[INFO] [stdout]   --> examples/nostd.rs:52:23
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub struct Directory {
[INFO] [stdout]    | -------------------- method `encode_to_vec` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 52 |     let encoded = dir.encode_to_vec().unwrap();
[INFO] [stdout]    |                       ^^^^^^^^^^^^^ method not found in `Directory`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `encode_to_vec`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `EncodeToVec`
[INFO] [stdout]            candidate #2: `EncoderToVec`
[INFO] [stdout] help: one of the expressions' fields has a method of the same name
[INFO] [stdout]    |
[INFO] [stdout] 52 |     let encoded = dir.name.encode_to_vec().unwrap();
[INFO] [stdout]    |                       +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `decode` found for struct `Directory` in the current scope
[INFO] [stdout]   --> examples/nostd.rs:55:34
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub struct Directory {
[INFO] [stdout]    | -------------------- associated function or constant `decode` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 55 |     let decoded_dir = Directory::decode(&encoded, &mut offset).unwrap();
[INFO] [stdout]    |                                  ^^^^^^ associated function or constant not found in `Directory`
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `decode`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Decode`
[INFO] [stdout]            candidate #2: `DecodeDefault`
[INFO] [stdout]            candidate #3: `Decoder`
[INFO] [stdout]            candidate #4: `EndianCoded`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `byten` (example "nostd") due to 10 previous errors
[INFO] running `Command { std: "docker" "inspect" "41e7b7da3e8577d76e8cfed7c76acadcc0fd9ea9803b3aa4122f983335c348ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "41e7b7da3e8577d76e8cfed7c76acadcc0fd9ea9803b3aa4122f983335c348ee", kill_on_drop: false }`
[INFO] [stdout] 41e7b7da3e8577d76e8cfed7c76acadcc0fd9ea9803b3aa4122f983335c348ee
